POV-Ray : Newsgroups : povray.unofficial.patches : Pigment patterns in an isosurface? : Re: Pigment patterns in an isosurface? Server Time
2 Sep 2024 12:15:10 EDT (-0400)
  Re: Pigment patterns in an isosurface?  
From: Greg M  Johnson
Date: 3 Feb 2000 11:21:13
Message: <3899AA1F.C9FA0F9E@my-dejanews.com>
Actually, the bumps pigment in an isosurface looks more like what I want than
the noise3d.  With nose3d, I got some pretty neat structures by adding
polynomials to it, which looked like landscapes.

Is there a way to do mathematical operations on pigments?

I've tried with failure:
    function { y- pigment {bumps}}
Should I instead  I do:
    function {y}- function{pigment {bumps}}
Or:
    #declare yikes= function{pigment {bumps}};
    isosurface {
        function {y-yikes}

...

?


Nathan Kopp wrote:

> Greg M. Johnson <gre### [at] my-dejanewscom> wrote...
> > Is there a way, say to put bozo or some other function in an isosurface?
> >
> > I just reread the 0.4 docs and didn't find it under isosurfaces...
> >
>
> Check section 5.2.14  (Pigment function).
>
> -Nathan


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.